scrolledwindow: Don't displace invalidation by the widget allocation
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 16 Jan 2015 12:18:09 +0000 (13:18 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 19 Jan 2015 12:06:27 +0000 (13:06 +0100)
commitdc952e3d949644b101ab819eca0502a3661e897e
tree61511025ff3cf23073b064e78807335988862efe
parentcbabb2e6ff9276991529a5144e84c6a428eef173
scrolledwindow: Don't displace invalidation by the widget allocation

This was left unmodified when GtkScrolledWindow was made a windowed widget.
Displacing here by the widget allocation is not necessary anymore, since
we are invalidating the window set at these coordinates.

This patch is a simplification of a previous one by Timm Bäder.

https://bugzilla.gnome.org/show_bug.cgi?id=742243
gtk/gtkscrolledwindow.c